From d49f371acc922cff3db6132511b22e4484254578 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Feb 2025 09:47:56 -0400 Subject: [PATCH] showOutput when the compute program eg displays usage, it needs to start on its own line --- Command/AddComputed.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/AddComputed.hs b/Command/AddComputed.hs index 8b983a738c..fad9c1dc30 100644 --- a/Command/AddComputed.hs +++ b/Command/AddComputed.hs @@ -97,6 +97,7 @@ perform o r program = do } fast <- Annex.getRead Annex.fast starttime <- liftIO currentMonotonicTimestamp + showOutput Remote.Compute.runComputeProgram program state (Remote.Compute.ImmutableState False) (getinputcontent fast) -- 2.30.2